home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / otto11.zip / WEATHER < prev   
Text File  |  1992-02-07  |  541b  |  18 lines

  1. ;gets weather forecast for seattle
  2.  
  3. w c "!"
  4. "go weather|"
  5. w (-9,-1) "WEATHER"
  6. "1|"            ;select "weather reports" from menu
  7. w c "!"
  8. "1|"            ;select "short term forecast" from menu
  9. w c "sf id: "
  10. "Φ86 "          ;Alt-D signals AUTOSIG to capture screen data to file
  11. w c "name: "
  12. "forecast|"     ;enter filename for screen capture data
  13. "seattle, wa|"  ;now we're ready to enter city and state as requested
  14. w c "sf id: "   ;wait until done
  15. "Φ86 "          ;end screen capture
  16. "m|"            ;return to a menu
  17. end
  18.